home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / rsync / examples / logrotate.conf.rsync next >
Encoding:
Text File  |  2009-02-26  |  91 b   |  9 lines

  1. /var/log/rsyncd.log {
  2.     weekly
  3.     rotate 99
  4.     missingok
  5.     notifempty
  6.     compress
  7.     delaycompress
  8. }
  9.